Partager via


UserExtensionException Constructor (String, Exception)

 

Initializes a new instance of the UserExtensionException class.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public UserExtensionException(
    string message,
    Exception inner
)
public:
UserExtensionException(
    String^ message,
    Exception^ inner
)
Public Sub New (
    message As String,
    inner As Exception
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • inner
    Type: System.Exception

    The exception that is the original cause of this exception, or a null referenceif no inner exception is specified.

See Also

UserExtensionException Overload
UserExtensionException Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top