MiddlewareException Class
- Last UpdatedNov 06, 2025
- 1 minute read
MiddlewareException defines an exception used by the Middleware Server and Proxy components to throw various exception conditions to the caller. This can be used in places where a specific .Net Exception is not available or when you want to to indicate that the exception occured in Middleware oriented code. This class's primary purpose is to consume other thrown Exceptions and convert them (recursively) to MiddlewareExceptions so they can be serialized across the wire to the Middleware Proxy.
'Declaration
<SerializableAttribute()>
Public Class MiddlewareException
Inherits System.Exception
'Usage
Dim instance As MiddlewareException
[Serializable()]
public class MiddlewareException : System.Exception
System.Object
System.Exception
Fact.Common.MiddlewareException
