CustomErrorsModes Enum

Definition

Specifies how custom errors are handled.

public enum class CustomErrorsModes
[System.Runtime.InteropServices.ComVisible(true)]
public enum CustomErrorsModes
[<System.Runtime.InteropServices.ComVisible(true)>]
type CustomErrorsModes = 
Public Enum CustomErrorsModes
Inheritance
CustomErrorsModes
Attributes

Fields

Off 1

All callers receive complete exception information.

On 0

All callers receive filtered exception information.

RemoteOnly 2

Local callers receive complete exception information; remote callers receive filtered exception information.

Remarks

Complete exception information includes the exact server exception and the server stack trace. Filtered information includes a standard remoting exception but no server stack trace.

Applies to

See also