BncsVersionException Constructor (Nullable<String>, Nullable<Exception>)

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Classes Namespace > BncsVersionException Class > BncsVersionException Constructor  >

BncsVersionException Constructor (Nullable<String>, Nullable<Exception>)

Initializes a new instance of the BncsVersionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Namespace: BNCS.Core.DriverFramework.Classes
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public BncsVersionException(
 Nullable<string> message,
 Nullable<Exception> innerException
)

Parameters

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, or a null reference (null in Visual Basic) if no inner exception is specified.

 

See Also


BncsVersionException Class

BncsVersionException Overload

BNCS.Core.DriverFramework.Classes Namespace