ServerTaskException Constructor (String)¶
Initializes a new instance of the ServerTaskException class with a specified error message.
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
)
VB¶
Public Sub New (
message As String
)
Parameters¶
- message
- Type: System.String
The message that describes the error.
See Also¶
Reference¶
ServerTaskException Class
ServerTaskException Overload
Citrix.SDK.AppDNA Namespace