Table of Contents

Class RecoverableException

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class RecoverableException : Exception, ISerializable
Inheritance
RecoverableException
Implements
Derived
Inherited Members

Constructors

RecoverableException()

public RecoverableException()

RecoverableException(SerializationInfo, StreamingContext)

protected RecoverableException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

RecoverableException(string)

public RecoverableException(string message)

Parameters

message string

RecoverableException(string, Exception)

public RecoverableException(string message, Exception innerException)

Parameters

message string
innerException Exception

Properties

Handled

public bool Handled { get; set; }

Property Value

bool

Methods

GetObjectData(SerializationInfo, StreamingContext)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext