AdapterException Class
The exception that is raised when an error occurs during an input or output adapter operation.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.ComplexEventProcessing.Adapters.AdapterException
Namespace: Microsoft.ComplexEventProcessing.Adapters
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
Syntax
[SerializableAttribute]
public class AdapterException : Exception
The AdapterException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AdapterException() | Initializes a new, default instance of the AdapterException class. | |
AdapterException(String) | Initializes a new instance of the AdapterException class with the specified error message. | |
AdapterException(SerializationInfo, StreamingContext) | Initializes a new instance of the AdapterException class with serialized data. | |
AdapterException(String, Exception) | Initializes a new instance of the AdapterException class with the specified message and inner exception. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Security Critical. (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.