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