Table of Contents

Class AbstractUriException

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public abstract class AbstractUriException : MassTransitException, ISerializable
Inheritance
AbstractUriException
Implements
Derived
Inherited Members
Extension Methods

Constructors

AbstractUriException()

protected AbstractUriException()

AbstractUriException(SerializationInfo, StreamingContext)

protected AbstractUriException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

AbstractUriException(Uri)

protected AbstractUriException(Uri uri)

Parameters

uri Uri

AbstractUriException(Uri, string)

protected AbstractUriException(Uri uri, string message)

Parameters

uri Uri
message string

AbstractUriException(Uri, string, Exception)

protected AbstractUriException(Uri uri, string message, Exception innerException)

Parameters

uri Uri
message string
innerException Exception

Properties

Uri

public Uri? Uri { get; protected set; }

Property Value

Uri