次の方法で共有


UserExtensionException Constructor (String)

 

Initializes a new instance of the UserExtensionException class.

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

Syntax

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

UserExtensionException Overload
UserExtensionException Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top