다음을 통해 공유


ExceptionMessageBox 생성자 (Exception)

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오. Use ExceptionMessageBox instead.

네임스페이스:  Microsoft.NetEnterpriseServers
어셈블리:  Microsoft.NetEnterpriseServers.ExceptionMessageBox(Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

구문

‘선언
Public Sub New ( _
    exception As Exception _
)
‘사용 방법
Dim exception As Exception

Dim instance As New ExceptionMessageBox(exception)
public ExceptionMessageBox(
    Exception exception
)
public:
ExceptionMessageBox(
    Exception^ exception
)
new : 
        exception:Exception -> ExceptionMessageBox
public function ExceptionMessageBox(
    exception : Exception
)

매개 변수

  • exception
    유형: System. . :: . .Exception
    A Exception that contains the top-level text, inner exception text, caption, data, help link, and optional additional information to display in the exception message box.