Construtor IntegrationServicesException (String)
Initializes a new instance of the IntegrationServicesException class with the specified exception message.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New IntegrationServicesException(message)
public IntegrationServicesException(
string message
)
public:
IntegrationServicesException(
String^ message
)
new :
message:string -> IntegrationServicesException
public function IntegrationServicesException(
message : String
)
Parâmetros
- message
Tipo: System.String
The exception message.
Consulte também
Referência
IntegrationServicesException Classe
Sobrecarregado IntegrationServicesException
Namespace Microsoft.SqlServer.Management.IntegrationServices