DriverException(String, Exception) Constructor
Initializes a new instance of the
DriverException class from another caught exception and a human-readable descriptinve message.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
public DriverException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
- message String
- The human-readable description of the problem.
- innerException Exception
- The caught (inner) exception.
Supported in: .NET 8.0 and later
Supported in: 2.0