NotInitializedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |