Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of XmlSerializationException class using a message string, the inner Exception received, a line number, and line position.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception, _
lineNumber As Integer, _
linePosition As Integer _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim lineNumber As Integer
Dim linePosition As Integer
Dim instance As New XmlSerializationException(message, _
innerException, lineNumber, linePosition)
public XmlSerializationException(
string message,
Exception innerException,
int lineNumber,
int linePosition
)
public:
XmlSerializationException(
String^ message,
Exception^ innerException,
int lineNumber,
int linePosition
)
new :
message:string *
innerException:Exception *
lineNumber:int *
linePosition:int -> XmlSerializationException
public function XmlSerializationException(
message : String,
innerException : Exception,
lineNumber : int,
linePosition : int
)
Parameter
- message
Typ: System.String
A String with the message to display.
- innerException
Typ: System.Exception
The inner exception object received with current exception.
- lineNumber
Typ: System.Int32
An Integer value with the line number where the exception occurred.
- linePosition
Typ: System.Int32
An Integer value with the line position where the exception occurred.
Siehe auch
Verweis
XmlSerializationException Klasse