BdcException Constructor
Include Protected Members
Include Inherited Members
Constructs a new instance of the class.
Overload List
Name | Description | |
---|---|---|
BdcException() | Constructs a new instance of the class. | |
BdcException(String) | Constructs a new instance of the class with a message string. | |
BdcException(IExceptionHelper) | Constructs a new instance of the class with an exception helper. | |
BdcException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
BdcException(String, IExceptionHelper) | Constructs a new instance of the class by using a message and an exception helper. | |
BdcException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. | |
BdcException(String, Exception, IExceptionHelper) | Constructs a new instance of the class by using a message, the inner exception, and an exception helper. |
Top