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
System_CAPS_pubmethod ReturnClass()

Creates a new instance of the ReturnClass object.

System_CAPS_pubmethod ReturnClass(Int32, UserCustomExceptionCode)

Creates a new instance of the ReturnClass object, using the specified error code and error catalog.

Properties

Name Description
System_CAPS_pubproperty NativeError

Gets the error code from the catalog.

System_CAPS_pubproperty UserCode

Gets the exception code.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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