MiddlewareException Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see MiddlewareException members.
| Name | Description | |
|---|---|---|
![]() ![]() | DeSerialize | Deserializes a MiddlewareException from a string |
![]() | GetBaseException | When overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions. (Inherited from System.Exception) |
![]() | GetObjectData | When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. (Inherited from System.Exception) |
![]() | GetType | Gets the runtime type of the current instance. (Inherited from System.Exception) |
![]() | IsDBConnectionIssue | This recursively evaluates the current exception condition and returns true if the condition was a database connection error. This is only useful if the ExceptionType is of the *DBConn type |
![]() | IsRetryCondition | This recursively evaluates the current exception condition and returns true if the condition warrants a retry. This is only useful if the ExceptionType is of the *DB type |
![]() ![]() | Serialize | Serializes a MiddlewareException to a string |
![]() | ToString | Creates and returns a string representation of the current exception. (Inherited from System.Exception) |
| Name | Description | |
|---|---|---|
![]() | AddExceptionDataForRestrictedErrorInfo | (Inherited from System.Exception) |
![]() | DeepCopyDynamicMethods | (Inherited from System.Exception) |
![]() | DeepCopyStackTrace | (Inherited from System.Exception) |
![]() | GetStackTracesDeepCopy | (Inherited from System.Exception) |
![]() | InternalPreserveStackTrace | (Inherited from System.Exception) |
![]() | InternalToString | (Inherited from System.Exception) |
![]() | PrepForRemoting | (Inherited from System.Exception) |
![]() | RestoreExceptionDispatchInfo | (Inherited from System.Exception) |
![]() | SetErrorCode | (Inherited from System.Exception) |
![]() | TryGetRestrictedLanguageErrorObject | (Inherited from System.Exception) |


