UserException Constructor (String)
Initializes a new instance of the UserException class with the specified message.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public UserException(
string Message
)
public:
UserException(
String^ Message
)
Public Sub New (
Message As String
)
Parameters
Message
Type: System.StringThe error message that explains the reason for the exception.
See Also
UserException Overload
UserException Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top