Share via


DistributedApplicationException Class

Definition

Represents an exception that is thrown when a distributed application error occurs.

public class DistributedApplicationException : Exception
type DistributedApplicationException = class
    inherit Exception
Public Class DistributedApplicationException
Inherits Exception
Inheritance
DistributedApplicationException

Constructors

DistributedApplicationException()

Initializes a new instance of the DistributedApplicationException class. This represents an exception that is thrown when a distributed application error occurs.

DistributedApplicationException(String)

Initializes a new instance of the DistributedApplicationException class, given the message. This represents an exception that is thrown when a distributed application error occurs.

DistributedApplicationException(String, Exception)

Initializes a new instance of the DistributedApplicationException class, given the message and inner exception. This represents an exception that is thrown when a distributed application error occurs.

Applies to