UninitializedObjectException Class

The exception that is thrown when uninitialized object is attempted to be accessed.

Usually this exception is thrown when accessing cryptography objects with null or invalid handle. Also this exception is thrown when cryptographic object is created, but not properly initialized.

Definition

Namespace: SysadminsLV.PKI.Exceptions
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[SerializableAttribute]
public sealed class UninitializedObjectException : Exception
Inheritance
Object    Exception    UninitializedObjectException

Constructors

UninitializedObjectException Initializes a new instance of the UninitializedObjectException class.
UninitializedObjectException(String)Initializes a new instance of the UninitializedObjectException class
UninitializedObjectException(SerializationInfo, StreamingContext)Initializes a new instance of the UninitializedObjectException class
UninitializedObjectException(String, Exception)Initializes a new instance of the UninitializedObjectException class

Properties

Data
(Inherited from Exception)
HelpLink
(Inherited from Exception)
HResult
(Inherited from Exception)
InnerException
(Inherited from Exception)
Message
(Inherited from Exception)
Source
(Inherited from Exception)
StackTrace
(Inherited from Exception)
TargetSite
(Inherited from Exception)

Methods

Equals
(Inherited from Object)
GetBaseException
(Inherited from Exception)
GetHashCode
(Inherited from Object)
GetObjectData
(Inherited from Exception)
GetType
(Inherited from Exception)
ToString
(Inherited from Exception)

See Also