Table of Contents

Constructor ExSpanAbstractException

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

ExSpanAbstractException()

protected ExSpanAbstractException()

ExSpanAbstractException(string?)

Create ExSpanAbstractException, with message params.

protected ExSpanAbstractException(string? message)

Parameters

message string

The message.

ExSpanAbstractException(string?, Exception?)

Create ExSpanAbstractException, with message/inner params.

protected ExSpanAbstractException(string? message, Exception? inner)

Parameters

message string

The message.

inner Exception

The inner.

ExSpanAbstractException(SerializationInfo, StreamingContext)

Create ExSpanAbstractException, with info/context params.

protected ExSpanAbstractException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info.

context StreamingContext

The context.