Partager via


XmlSerializationException constructeur (String, Exception, Int32, Int32)

Initializes a new instance of XmlSerializationException using a message string, the inner Exception received, a line number, and line position.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    lineNumber As Integer, _
    linePosition As Integer _
)
'Utilisation
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
)

Paramètres

  • lineNumber
    Type : System. . :: . .Int32
    An Integer value with the line number where the exception occurred.
  • linePosition
    Type : System. . :: . .Int32
    An Integer value with the line position where the exception occurred.