Share via


InstAPIException 클래스

정의

서버에서 이름을 고유한 인스턴스 ID로 확인하지 못했을 때 발생하는 예외입니다.

public ref class InstAPIException : Exception
[System.Serializable]
public class InstAPIException : Exception
[<System.Serializable>]
type InstAPIException = class
    inherit Exception
Public Class InstAPIException
Inherits Exception
상속
InstAPIException
특성

생성자

InstAPIException()

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

InstAPIException(SerializationInfo, StreamingContext)

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

InstAPIException(String)

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

InstAPIException(String, Exception)

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

적용 대상