NotInitializedException Class

Definition

Represents an error that has not been initialized.

public ref class NotInitializedException : Exception
[System.Serializable]
public class NotInitializedException : Exception
[<System.Serializable>]
type NotInitializedException = class
    inherit Exception
Public Class NotInitializedException
Inherits Exception
Inheritance
NotInitializedException
Attributes

Constructors

NotInitializedException(String)

Initializes a new instance of the NotInitializedException class with the specified name of the component.

Properties

ComponentName

Gets a string that contains the name of the current component.

Applies to