Class ExSpanAbstractException
- Namespace
- Zyl.ExSpans.Exceptions
- Assembly
- ExSpans.Core.dll
Abstract class with ExSpan (扩展跨度的异常抽象类).
[Serializable]
public abstract class ExSpanAbstractException : Exception, ISerializable
- Inheritance
-
ExSpanAbstractException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
- ExSpanAbstractException(SerializationInfo, StreamingContext)
Create ExSpanAbstractException, with info/context params.
- ExSpanAbstractException(string?)
Create ExSpanAbstractException, with message params.
- ExSpanAbstractException(string?, Exception?)
Create ExSpanAbstractException, with message/inner params.