DistributedApplicationException
Class net10.0
Represents an exception that is thrown when a distributed application error occurs.
namespace Aspire.Hosting;
public class DistributedApplicationException : System.Exception{ // ...} Exception
Constructors3
Section titled ConstructorsDistributedApplicationException 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.