UserExceptionFault Constructor (String, Exception)
Initializes a new instance of the UserException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public UserExceptionFault(
string msg,
Exception e
)
public:
UserExceptionFault(
String^ msg,
Exception^ e
)
Public Sub New (
msg As String,
e As Exception
)
Parameters
msg
Type: System.StringThe error message that explains the reason for the exception.
e
Type: System.ExceptionThe inner exception that is the cause of this exception.
See Also
UserExceptionFault Overload
UserExceptionFault Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top