EventFileIOException 생성자

정의

EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

오버로드

EventFileIOException()

기본값을 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

EventFileIOException(String)

지정한 예외 메시지를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

EventFileIOException(SerializationInfo, StreamingContext)

지정한 정보와 컨텍스트를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

EventFileIOException(String, Exception)

지정한 오류 메시지 및 이 예외를 발생시킨 내부 예외에 대한 참조를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

EventFileIOException(String, Int32)

지정한 오류 메시지 및 오류 번호를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

EventFileIOException(String, Int32, String)

지정한 오류 메시지, 오류 번호 및 이 오류가 참조하는 파일 이름을 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

EventFileIOException()

기본값을 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

public:
 EventFileIOException();
public EventFileIOException ();
Public Sub New ()

적용 대상

EventFileIOException(String)

지정한 예외 메시지를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

public:
 EventFileIOException(System::String ^ message);
public EventFileIOException (string message);
new Microsoft.SqlServer.XEvent.Linq.EventFileIOException : string -> Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Public Sub New (message As String)

매개 변수

message
String

예외 메시지입니다.

적용 대상

EventFileIOException(SerializationInfo, StreamingContext)

지정한 정보와 컨텍스트를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

protected:
 EventFileIOException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected EventFileIOException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.XEvent.Linq.EventFileIOException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

예외 정보입니다.

context
StreamingContext

컨텍스트입니다.

적용 대상

EventFileIOException(String, Exception)

지정한 오류 메시지 및 이 예외를 발생시킨 내부 예외에 대한 참조를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

public:
 EventFileIOException(System::String ^ message, Exception ^ inner);
public EventFileIOException (string message, Exception inner);
new Microsoft.SqlServer.XEvent.Linq.EventFileIOException : string * Exception -> Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Public Sub New (message As String, inner As Exception)

매개 변수

message
String

오류 메시지입니다.

inner
Exception

내부 예외입니다.

적용 대상

EventFileIOException(String, Int32)

지정한 오류 메시지 및 오류 번호를 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

public:
 EventFileIOException(System::String ^ message, int osError);
public EventFileIOException (string message, int osError);
new Microsoft.SqlServer.XEvent.Linq.EventFileIOException : string * int -> Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Public Sub New (message As String, osError As Integer)

매개 변수

message
String

오류 메시지입니다.

osError
Int32

오류 번호입니다.

적용 대상

EventFileIOException(String, Int32, String)

지정한 오류 메시지, 오류 번호 및 이 오류가 참조하는 파일 이름을 사용하여 EventFileIOException 클래스의 새 인스턴스를 초기화합니다.

public:
 EventFileIOException(System::String ^ message, int osError, System::String ^ filename);
public EventFileIOException (string message, int osError, string filename);
new Microsoft.SqlServer.XEvent.Linq.EventFileIOException : string * int * string -> Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Public Sub New (message As String, osError As Integer, filename As String)

매개 변수

message
String

오류 메시지입니다.

osError
Int32

오류 번호입니다.

filename
String

파일 이름입니다.

적용 대상