Click or drag to resize

OfflineSource Enumeration

Gets 'offline' exception sources enumeration.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  PKI.Exceptions
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum OfflineSource
Members
  Member nameValueDescription
DCOM1 Identifies the RPC/DCOM communication issue when client cannot establish a communication to a remote server over RPC/DCOM. Usually this is caused due to network connectivity, firewall restrictions or when target service is not started.
Registry2 Identifies the remote registry access issue.
All3 Identifies the both, RPC/DCOM and remote registry communication issue.
See Also