Compartir a través de


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.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
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
)

Parámetros

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

XmlSerializationException Class
XmlSerializationException Members
Microsoft.AnalysisServices Namespace