Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the UserException class with the specified error message and the specified error code.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public UserExceptionFault(
string msg,
int code
)
public:
UserExceptionFault(
String^ msg,
int code
)
Public Sub New (
msg As String,
code As Integer
)
Parameters
msg
Type: System.StringThe error message that explains the reason for the exception.
code
Type: System.Int32The error code number.
See Also
UserExceptionFault Overload
UserExceptionFault Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top