Freigeben über


XmlSerializationException Constructor (String, Exception)

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

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public XmlSerializationException (
    string message,
    Exception innerException
)
public:
XmlSerializationException (
    String^ message, 
    Exception^ innerException
)
public XmlSerializationException (
    String message, 
    Exception innerException
)
public function XmlSerializationException (
    message : String, 
    innerException : Exception
)

Parameter

  • message
    A String with the message to display
  • innerException
    The inner exception object received with current exception.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

XmlSerializationException Class
XmlSerializationException Members
Microsoft.AnalysisServices Namespace