Constructor ExSpanTooLongException
- Namespace
- Zyl.ExSpans.Exceptions
- Assembly
- ExSpans.Core.dll
ExSpanTooLongException()
Create ExSpanTooLongException.
public ExSpanTooLongException()
ExSpanTooLongException(string?)
Create ExSpanTooLongException, with message params.
public ExSpanTooLongException(string? message)
Parameters
message
stringThe message.
ExSpanTooLongException(string?, Exception?)
Create ExSpanTooLongException, with message/inner params.
public ExSpanTooLongException(string? message, Exception? inner)
Parameters
ExSpanTooLongException(SerializationInfo, StreamingContext)
Create ExSpanTooLongException, with info/context params.
protected ExSpanTooLongException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe info.
context
StreamingContextThe context.