Table of Contents

Constructor ExSpanTooLongException

Namespace
Zyl.ExSpans.Exceptions
Assembly
ExSpans.Core.dll

ExSpanTooLongException()

public ExSpanTooLongException()

ExSpanTooLongException(string?)

Create ExSpanTooLongException, with message params.

public ExSpanTooLongException(string? message)

Parameters

message string

The message.

ExSpanTooLongException(string?, Exception?)

Create ExSpanTooLongException, with message/inner params.

public ExSpanTooLongException(string? message, Exception? inner)

Parameters

message string

The message.

inner Exception

The inner.

ExSpanTooLongException(SerializationInfo, StreamingContext)

Create ExSpanTooLongException, with info/context params.

protected ExSpanTooLongException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info.

context StreamingContext

The context.