Edit

DelegateResponseException Class

Definition

The exception thrown for general delegate implementation issue

[System.Serializable]
public class DelegateResponseException : Exception
[<System.Serializable>]
type DelegateResponseException = class
    inherit Exception
Public Class DelegateResponseException
Inherits Exception
Inheritance
DelegateResponseException
Attributes

Constructors

Name Description
DelegateResponseException(String)

Constructor for DelegateResponseException

Properties

Name Description
DebugInfo

Debug information associated with the delegate response exception such as a stack trace of the original exception if available.

Applies to