ResponseFormatException Constructor (String, Exception)
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String, _
innerException As Exception _
)
public ResponseFormatException (
string message,
Exception innerException
)
public:
ResponseFormatException (
String^ message,
Exception^ innerException
)
public ResponseFormatException (
String message,
Exception innerException
)
public function ResponseFormatException (
message : String,
innerException : Exception
)
Параметры
- message
- innerException
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ResponseFormatException Class
ResponseFormatException Members
Microsoft.AnalysisServices Namespace