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