AppVTaskException Constructor (String, Exception)¶
An exception constructor.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.ExecutionProfiles
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public AppVTaskException(
string message,
Exception innerException
)
VB¶
Public Sub New (
message As String,
innerException As Exception
)
Parameters¶
- message
- Type: System.String
The exception message. - innerException
- Type: System.Exception
The inner exception.
See Also¶
Reference¶
AppVTaskException Class
AppVTaskException Overload
Citrix.SDK.AppDNA.Solutions.AppV.ExecutionProfiles Namespace