DistributedApplicationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of the DistributedApplicationException class,
given the |
DistributedApplicationException(String) |
Initializes a new instance of the DistributedApplicationException class,
given the |