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