| DSSException Constructor |
[This is preliminary documentation and is subject to change.]
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public DSSException(
int number,
string message
)
Public Sub New (
number As Integer,
message As String
)
public:
DSSException(
int number,
String^ message
)
new :
number : int *
message : string -> DSSException
dss_sharp.DSSException = function(number, message);
Parameters
- number
- Type: SystemInt32
[Missing <param name="number"/> documentation for "M:dss_sharp.DSSException.#ctor(System.Int32,System.String)"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:dss_sharp.DSSException.#ctor(System.Int32,System.String)"]
See Also