InstAPIException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
InstAPIException 클래스의 새 인스턴스를 초기화합니다.
오버로드
| InstAPIException() |
InstAPIException 클래스의 새 인스턴스를 초기화합니다. |
| InstAPIException(String) |
지정한 메시지를 사용하여 InstAPIException 클래스의 새 인스턴스를 초기화합니다. |
| InstAPIException(SerializationInfo, StreamingContext) |
지정한 정보와 컨텍스트를 사용하여 InstAPIException 클래스의 새 인스턴스를 초기화합니다. |
| InstAPIException(String, Exception) |
지정한 메시지 및 내부 예외를 사용하여 InstAPIException 클래스의 새 인스턴스를 초기화합니다. |
InstAPIException()
InstAPIException 클래스의 새 인스턴스를 초기화합니다.
public:
InstAPIException();
public InstAPIException ();
Public Sub New ()
적용 대상
InstAPIException(String)
지정한 메시지를 사용하여 InstAPIException 클래스의 새 인스턴스를 초기화합니다.
public:
InstAPIException(System::String ^ message);
public InstAPIException (string message);
new Microsoft.SqlServer.InstAPIException : string -> Microsoft.SqlServer.InstAPIException
Public Sub New (message As String)
매개 변수
- message
- String
예외에 대한 메시지입니다.
적용 대상
InstAPIException(SerializationInfo, StreamingContext)
지정한 정보와 컨텍스트를 사용하여 InstAPIException 클래스의 새 인스턴스를 초기화합니다.
protected:
InstAPIException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstAPIException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.InstAPIException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.InstAPIException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
예외 정보입니다.
- context
- StreamingContext
컨텍스트입니다.
적용 대상
InstAPIException(String, Exception)
지정한 메시지 및 내부 예외를 사용하여 InstAPIException 클래스의 새 인스턴스를 초기화합니다.
public:
InstAPIException(System::String ^ message, Exception ^ innerException);
public InstAPIException (string message, Exception innerException);
new Microsoft.SqlServer.InstAPIException : string * Exception -> Microsoft.SqlServer.InstAPIException
Public Sub New (message As String, innerException As Exception)
매개 변수
- message
- String
예외에 대한 메시지입니다.
- innerException
- Exception
내부 예외입니다.