Construtor ConnectionException (String, Exception)
Initializes a new instance of the ConnectionException class.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
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
)
Parâmetros
- message
Tipo: System.String
The error message.
- innerException
Tipo: System.Exception
The inner exception.