ExceptionMessageBox 생성자 (String)
Creates an instance of ExceptionMessageBox with the supplied top-level error message text.
네임스페이스: Microsoft.SqlServer.MessageBox
어셈블리: Microsoft.ExceptionMessageBox(Microsoft.ExceptionMessageBox.dll)
구문
‘선언
Public Sub New ( _
text As String _
)
‘사용 방법
Dim text As String
Dim instance As New ExceptionMessageBox(text)
public ExceptionMessageBox(
string text
)
public:
ExceptionMessageBox(
String^ text
)
new :
text:string -> ExceptionMessageBox
public function ExceptionMessageBox(
text : String
)
매개 변수
- text
유형: System. . :: . .String
Error text of the top-level message.