
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.
[SerializableAttribute]
public sealed class UninitializedObjectException : Exception<SerializableAttribute>
Public NotInheritable Class UninitializedObjectException
	Inherits Exception[SerializableAttribute]
public ref class UninitializedObjectException sealed : public Exception[<SealedAttribute>]
[<SerializableAttribute>]
type UninitializedObjectException = 
    class
        inherit Exception
    end| 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 | 
| 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) | 
| Equals | (Inherited from Object) | 
| GetBaseException | (Inherited from Exception) | 
| GetHashCode | (Inherited from Object) | 
| GetObjectData | (Inherited from Exception) | 
| GetType | (Inherited from Exception) | 
| ToString | (Inherited from Exception) |