XEventException 생성자 (String)
Initializes a new instance of the XEventException class with a specified message that describes the error.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Public Sub New ( _
message As String _
)
‘사용 방법
Dim message As String
Dim instance As New XEventException(message)
public XEventException(
string message
)
public:
XEventException(
String^ message
)
new :
message:string -> XEventException
public function XEventException(
message : String
)
매개 변수
- message
유형: System.String
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
주의
The following table shows the initial property values for an instance of XEventException.
Property |
Value |
---|---|
nullnull 참조(Visual Basic에서는 Nothing). |
|
The error message string specified in message. |
참고 항목
참조
Microsoft.SqlServer.Management.XEvent 네임스페이스