CustomErrorsModes 열거형

정의

사용자 지정 오류를 처리하는 방법을 지정합니다.

public enum class CustomErrorsModes
[System.Runtime.InteropServices.ComVisible(true)]
public enum CustomErrorsModes
[<System.Runtime.InteropServices.ComVisible(true)>]
type CustomErrorsModes = 
Public Enum CustomErrorsModes
상속
CustomErrorsModes
특성

필드

Name Description
On 0

모든 호출자는 필터링된 예외 정보를 받습니다.

Off 1

모든 호출자는 완전한 예외 정보를 받습니다.

RemoteOnly 2

로컬 호출자는 전체 예외 정보를 받습니다. 원격 호출자는 필터링된 예외 정보를 받습니다.

설명

전체 예외 정보에는 정확한 서버 예외 및 서버 스택 추적이 포함됩니다. 필터링된 정보에는 표준 원격 예외가 포함되지만 서버 스택 추적은 없습니다.

적용 대상

추가 정보