Initializes a new instance of XmlSerializationException using a message string, the inner Exception received, a line number, and line position.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception, _
lineNumber As Integer, _
linePosition As Integer _
)
public XmlSerializationException (
string message,
Exception innerException,
int lineNumber,
int linePosition
)
public:
XmlSerializationException (
String^ message,
Exception^ innerException,
int lineNumber,
int linePosition
)
public XmlSerializationException (
String message,
Exception innerException,
int lineNumber,
int linePosition
)
public function XmlSerializationException (
message : String,
innerException : Exception,
lineNumber : int,
linePosition : int
)
参数
- message
A String with the message to display.
- innerException
The inner exception object received with current exception.
- lineNumber
An Integer value with the line number where the exception occurred.
- linePosition
An Integer value with the line position where the exception occurred.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
XmlSerializationException Class
XmlSerializationException Members
Microsoft.AnalysisServices Namespace