MetadataExceptionState members
Represents the state of the metadata exception.
The MetadataExceptionState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MetadataExceptionState | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
ExplicitMessage | Gets or sets a value that indicates whether the class has an explicit message. | |
InnerExceptionToStringed | Gets or sets the string of the inner exception. | |
InnerExceptionTypeFullName | Gets or sets the inner exception type full name. | |
Message | Gets or sets the exception message. | |
MetadataObjectTypeName | Gets or sets the metadata object type name. | |
ReconstructException | Gets the metadata exception used in reconstructing the exception. | |
ServerStackTrace | Gets or sets the server stack trace. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top