Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the AddinTaskException, using the specified message and inner exception.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public AddinTaskException(
    string message,
    Exception inner
)
public:
AddinTaskException(
    String^ message,
    Exception^ inner
)
Public Sub New (
    message As String,
    inner As Exception
)
Parameters
- message 
 Type: System.String- Additional information about the exception. 
- inner 
 Type: System.Exception- The exception that caused the current exception. 
See Also
AddinTaskException Overload
AddinTaskException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top