Class DtazvException
Exception that is thrown by the DtazvParser in order to indicate parsing errors.
Inheritance
System.Object
System.Exception
DtazvException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Dtazv
Assembly: Subsembly.Sepa.dll
Syntax
public class DtazvException : Exception, ISerializable
Properties
Code
Provides the detailed exception code of this DtazvException.
Declaration
public DtaExceptionCode Code { get; }
Property Value
Type | Description |
---|---|
DtaExceptionCode | Refer to the documentation of the DtaExceptionCode for a list of possible values and their meaning. |
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Exception.Message
Implements
System.Runtime.Serialization.ISerializable