AddinTaskException Constructor (String)
Creates a new instance of the AddinTaskException, using the specified message.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public AddinTaskException(
string message
)
public:
AddinTaskException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringAdditional information about the error that caused the exception.
See Also
AddinTaskException Overload
AddinTaskException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top