AmoException Constructor (SerializationInfo, StreamingContext)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the AmoException class with serialized data.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

protected AmoException(
    SerializationInfo info,
    StreamingContext context
)
protected:
AmoException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> AmoException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

AmoException Overload
AmoException Class
Microsoft.AnalysisServices Namespace

Return to top