XEventException 생성자

Initializes a new instance of the XEventException class.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
Public Sub New
‘사용 방법
Dim instance As New XEventException()
public XEventException()
public:
XEventException()
new : unit -> XEventException
public function XEventException()

주의

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, which the designer must supply. This message takes into account the current system culture.

The following table shows the initial property values for an instance of InsufficientMemoryException.

Property

Value

InnerException

nullnull 참조(Visual Basic에서는 Nothing).

Message

The localized error message string.

참고 항목

참조

XEventException 클래스

XEventException 오버로드

Microsoft.SqlServer.Management.XEvent 네임스페이스

관련 자료

Handling and Throwing Exceptions