Share via


AddInException Constructor (String)

 

Creates and initializes an instance of the AddInException class with the specified message.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public AddInException(
    string message
)
public:
AddInException(
    String^ message
)
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

AddInException Overload
AddInException Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top