RegisteredServerException 클래스

정의

RegisteredServerException 클래스는 서버 등록 중 오류가 있을 때 발생하는 예외를 나타냅니다.

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

설명

스레드 보안

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 구성원은 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.

생성자

RegisteredServerException()

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

RegisteredServerException(SerializationInfo, StreamingContext)

지정한 메시지와 내부 예외를 포함하는 RegisteredServerException 클래스의 새 인스턴스를 초기화합니다.

RegisteredServerException(String)

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

RegisteredServerException(String, Exception)

지정한 메시지와 내부 예외를 포함하는 RegisteredServerException 클래스의 새 인스턴스를 초기화합니다.

적용 대상