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

See Also

ReturnClass Overload
ReturnClass Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top