Click or drag to resize

DriverException Constructor (String, Exception)

Initializes a new instance of the DriverException class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DriverException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also