ReturnClass Constructor (Int32, UserCustomExceptionCode)
Creates a new instance of the ReturnClass object, using the specified error code and error catalog.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public ReturnClass(
int errorCode,
UserCustomExceptionCode errorCatalog
)
public:
ReturnClass(
int errorCode,
UserCustomExceptionCode errorCatalog
)
Public Sub New (
errorCode As Integer,
errorCatalog As UserCustomExceptionCode
)
Parameters
errorCode
Type: System.Int32The error code.
errorCatalog
Type: Microsoft.WindowsServerSolutions.Users.UserCustomExceptionCodeThe error catalog.
See Also
ReturnClass Overload
ReturnClass Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top