ErrorManager Class

 

Used as a repository for reporting and dismissing errors.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  System::MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel::ErrorManager

public ref class ErrorManager sealed : MarshalByRefObject

NameDescription
System_CAPS_pubpropertyActiveCount

Gets the number of errors that have not been dismissed.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

Creates an object that contains all the relevant information required to generate a proxy that is used to communicate with a remote object.(Overrides MarshalByRefObject::CreateObjRef(Type^).)

System_CAPS_pubmethodDismiss(ErrorInfo^)

Dismisses the specified error.

System_CAPS_pubmethodDismiss(String^)

Dismisses an error that is associated with the specified ID.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject::InitializeLifetimeService().)

System_CAPS_pubmethodIsActive(ErrorInfo^)

Determines whether the specified error is active and has not been dismissed.

System_CAPS_pubmethodIsActive(String^)

Determines whether the error that is associated with the specified ID is active and has not been dismissed.

System_CAPS_pubmethodReport(ErrorInfo^)

Reports the specified error.

System_CAPS_pubmethodReset()

Dismisses all errors.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetActive(String^, ErrorInfo^%)

Gets an active error that is associated with the specified ID.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: