QuTLException Constructor (String, Exception) |
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public QuTLException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
QuTLException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> QuTLException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:P.Runtime.QuTLException.#ctor(System.String,System.Exception)"]
- innerException
- Type: SystemException
[Missing <param name="innerException"/> documentation for "M:P.Runtime.QuTLException.#ctor(System.String,System.Exception)"]
See Also