ServerTaskException Constructor (String, Exception)¶
Initializes a new instance of the ServerTaskException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public ServerTaskException(
string message,
Exception innerException
)
VB¶
Public Sub New (
message As String,
innerException As Exception
)
Parameters¶
- message
- Type: System.String
The error message that explains the reason for the exception. - innerException
- Type: System.Exception
The exception that is the cause of the current exception or a null reference if no inner exception is specified.
See Also¶
Reference¶
ServerTaskException Class
ServerTaskException Overload
Citrix.SDK.AppDNA Namespace