AmoException Constructor (String)
Applies To: SQL Server (starting with 2016)
Initializes a new instance of the AmoException class using the specified message text.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public AmoException(
string message
)
public:
AmoException(
String^ message
)
new :
message:string -> AmoException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringA System.String value that specifies the message text that describes the event that caused the exception.
See Also
AmoException Overload
AmoException Class
Microsoft.AnalysisServices Namespace
Return to top