WebManagementServiceException 클래스

정의

IIS 관리자가 요청된 작업을 수행할 수 없을 때 throw되는 예외를 나타냅니다.

public ref class WebManagementServiceException sealed : Exception
[System.Serializable]
public sealed class WebManagementServiceException : Exception
type WebManagementServiceException = class
    inherit Exception
    interface ISerializable
Public NotInheritable Class WebManagementServiceException
Inherits Exception
상속
WebManagementServiceException
특성
구현

생성자

WebManagementServiceException()

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

WebManagementServiceException(String)

지정된 오류 메시지를 사용하는 클래스의 WebManagementServiceException 새 인스턴스를 초기화합니다.

WebManagementServiceException(String, Exception)

지정된 오류 메시지와 이 예외의 WebManagementServiceException 원인인 내부 예외에 대한 참조를 사용하는 클래스의 새 인스턴스를 초기화합니다.

WebManagementServiceException(String, String)

지정된 오류 메시지와 지역화된 오류 메시지의 WebManagementServiceException 리소스 이름을 사용하는 클래스의 새 인스턴스를 초기화합니다.

WebManagementServiceException(String, String, Exception)

지정된 오류 메시지, 지역화된 오류 메시지의 리소스 이름 및 이 예외의 WebManagementServiceException 원인인 내부 예외에 대한 참조를 사용하는 클래스의 새 인스턴스를 초기화합니다.

속성

ResourceName

지역화된 오류 메시지를 표시하는 데 사용되는 리소스의 이름을 가져옵니다.

메서드

ToString()

현재 예외에 대한 문자열 표현을 만들고 반환합니다.

명시적 인터페이스 구현

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

예외에 대한 직렬화된 개체 데이터를 반환합니다.

적용 대상