Конструктор CollectorException (String, Exception)
Creates a collection object and passes the error message and the exception that is causing the error.
Пространство имен: Microsoft.SqlServer.Management.Collector
Сборка: Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Применение
Dim message As String
Dim innerException As Exception
Dim instance As New CollectorException(message, _
innerException)
public CollectorException(
string message,
Exception innerException
)
public:
CollectorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> CollectorException
public function CollectorException(
message : String,
innerException : Exception
)
Параметры
- message
Тип System. . :: . .String
A String value that is the error message.
- innerException
Тип System. . :: . .Exception
A Exception that is a throwing exception.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.