Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ConnectionException class.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New ConnectionException(message, _
innerException)
public ConnectionException(
string message,
Exception innerException
)
public:
ConnectionException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ConnectionException
public function ConnectionException(
message : String,
innerException : Exception
)
Parameters
- message
Type: System.String
The error message.
- innerException
Type: System.Exception
The inner exception.