AddinTaskException Constructor (String, Exception)
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.StringAdditional information about the exception.
inner
Type: System.ExceptionThe exception that caused the current exception.
See Also
AddinTaskException Overload
AddinTaskException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top