Class Jsonization.Exception
Represent a critical error during the deserialization.
Inheritance
System.Object
System.Exception
Jsonization.Exception
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.Message
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: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public class Exception : Exception, ISerializable
Constructors
| Improve this Doc View SourceException(String, String)
Declaration
public Exception(string path, string cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.String | cause |
Fields
| Improve this Doc View SourceCause
Declaration
public readonly string Cause
Field Value
Type | Description |
---|---|
System.String |
Path
Declaration
public readonly string Path
Field Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable