ExecutionFailureException Constructor (String)
Initializes a new instance of the ExecutionFailureException 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 ExecutionFailureException (
string message
)
public:
ExecutionFailureException (
String^ message
)
public ExecutionFailureException (
String message
)
public function ExecutionFailureException (
message : String
)
Параметры
- message
A String value that specifies the message text describing the event that caused the exception.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ExecutionFailureException Class
ExecutionFailureException Members
Microsoft.SqlServer.Management.Common Namespace