PropertyNotSetException Constructor (String)
Initializes a new instance of the PropertyNotSetException class with the specified message text.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String _
)
public PropertyNotSetException (
string message
)
public:
PropertyNotSetException (
String^ message
)
public PropertyNotSetException (
String message
)
public function PropertyNotSetException (
message : String
)
Параметры
- message
A String value that specifies the message text describing the event that caused the exception.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
PropertyNotSetException Class
PropertyNotSetException Members
Microsoft.SqlServer.Management.Common Namespace