MiddlewareException Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| MiddlewareException Constructor() | Constructor that creates a default MiddlewareException of type MiddlewareExceptionType.General |
| MiddlewareException Constructor(String,MiddlewareExceptionType) | Constructor which creates a MiddlewareException of the MiddlewareException type passed in |
| MiddlewareException Constructor(String,MiddlewareExceptionType,Exception) | Constructor which creates a MiddlewareException of the MiddlewareException type passed in |
| MiddlewareException Constructor(Exception,MiddlewareExceptionType) | Constructor which creates a MiddlewareException of the MiddlewareException type passed in. The new MiddlewareException consumes the passed Exception. It basically copies all the information it can. |
| MiddlewareException Constructor(SerializationInfo,StreamingContext) | Constructor used by the Deserialization Process |