NotInitializedException(String) Constructor
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.
Initializes a new instance of the NotInitializedException class with the specified name of the component.
public:
NotInitializedException(System::String ^ componentName);
public NotInitializedException(string componentName);
new Microsoft.SqlServer.Management.NotInitializedException : string -> Microsoft.SqlServer.Management.NotInitializedException
Public Sub New (componentName As String)
Parameters
- componentName
- String
A string that represent the name of the component.