Initializes a new instance of the IntegrationServicesException class with the specified exception message.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Public Sub New ( _
message As String _
)
‘사용 방법
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
)
매개 변수
- message
유형: System.String
The exception message.
참고 항목
참조
IntegrationServicesException 클래스