Click or drag to resize

DSSException Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the DSSException class

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public DSSException(
	int number,
	string 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