|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Bncs Namespace > BncsConnectionException Class > BncsConnectionException Constructor > BncsConnectionException Constructor (Nullable<String>, Nullable<Exception>) |
Initializes a new instance of the BncsConnectionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: BNCS.Core.DriverFramework.Bncs
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public BncsConnectionException(
Nullable<string> message,
Nullable<Exception> innerException
)
message
Type: Nullable<String>
The error message that explains the reason for the exception.
innerException
Type: Nullable<Exception>
The exception that is the cause of the current exception.
BncsConnectionException Overload
BNCS.Core.DriverFramework.Bncs Namespace