ServerException Constructor (ElementFactory, String, Int32, Exception) |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax protected ServerException(
ElementFactory factory,
string message,
int code,
Exception innerException
)
Protected Sub New (
factory As ElementFactory,
message As String,
code As Integer,
innerException As Exception
)
Parameters
- factory
- Type: Innovator.ClientElementFactory
- message
- Type: SystemString
- code
- Type: SystemInt32
- innerException
- Type: SystemException
See Also