Name | Description | |
---|---|---|
GenericError Constructor | Overloaded. |
The following tables list the members exposed by GenericError.
Name | Description | |
---|---|---|
GenericError Constructor | Overloaded. |
Name | Description | |
---|---|---|
Code | The code of the current error. | |
CodeType | The type of the error code. | |
InnerException | The exception instance that caused the current error. | |
Message | A message that describes the current error. |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified object is equal to the current object. | |
GetHashCode | Serves as the default hash function. | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ToString | Returns a string that represents the current object. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MakeDefaultMessage | Determines a default error message for the given error code. | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |