Partager via


XmlSerializationException Constructor (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 (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • 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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

XmlSerializationException Class
XmlSerializationException Members
Microsoft.AnalysisServices Namespace