Click or drag to resize

QuTLException Constructor (String, Exception)

Initializes a new instance of the QuTLException class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public QuTLException(
	string message,
	Exception innerException
)

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