다음을 통해 공유


ServiceHubException 클래스

정의

ServiceHub 오류가 발생할 때 throw된 예외 유형입니다.

public class ServiceHubException : Exception
type ServiceHubException = class
    inherit Exception
Public Class ServiceHubException
Inherits Exception
상속
ServiceHubException
파생

생성자

ServiceHubException(ServiceHubException+ErrorKind, String, Exception)

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

속성

ErrorType

발생한 오류 유형을 가져옵니다.

적용 대상