Click or drag to resize
ServerException Constructor (ElementFactory, String, Int32)
Initializes a new instance of the ServerException class

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
protected ServerException(
	ElementFactory factory,
	string message,
	int code
)

Parameters

factory
Type: Innovator.ClientElementFactory
message
Type: SystemString
code
Type: SystemInt32
See Also