ReturnClass Class
Represents the return class for the Users Provider.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Users.ReturnClass
Syntax
[DataContractAttribute]
public class ReturnClass
[DataContractAttribute]
public ref class ReturnClass
<DataContractAttribute>
Public Class ReturnClass
Constructors
Name | Description | |
---|---|---|
![]() |
ReturnClass() | Creates a new instance of the ReturnClass object. |
![]() |
ReturnClass(Int32, UserCustomExceptionCode) | Creates a new instance of the ReturnClass object, using the specified error code and error catalog. |
Properties
Name | Description | |
---|---|---|
![]() |
NativeError | Gets the error code from the catalog. |
![]() |
UserCode | Gets the exception code. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Users Namespace
Return to top