DtsTaskException 생성자 (String)
Initializes a new instance of the DtsTaskException class.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Sub New ( _
message As String _
)
‘사용 방법
Dim message As String
Dim instance As New DtsTaskException(message)
public DtsTaskException(
string message
)
public:
DtsTaskException(
String^ message
)
new :
message:string -> DtsTaskException
public function DtsTaskException(
message : String
)
매개 변수
- message
유형: System.String
A string that contains the error condition.
주의
This constructor is used when your custom task throws an exception and you have a string description of the error condition.