EventLocationException 생성자 (String, Exception)

Initializes a new instance of the EventLocationException class with specified error message and a reference to the inner exception that is the cause of the exception.

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

구문

‘선언
Public Sub New ( _
    message As String, _
    inner As Exception _
)
‘사용 방법
Dim message As String 
Dim inner As Exception 

Dim instance As New EventLocationException(message, _
    inner)
public EventLocationException(
    string message,
    Exception inner
)
public:
EventLocationException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> EventLocationException
public function EventLocationException(
    message : String, 
    inner : Exception
)

매개 변수

참고 항목

참조

EventLocationException 클래스

EventLocationException 오버로드

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