Class StructurizrClientException
Represents failures that occur while calling the Structurizr API.
public class StructurizrClientException : Exception, ISerializable
- Inheritance
-
StructurizrClientException
- Implements
- Inherited Members
Constructors
StructurizrClientException(string)
Initializes an exception with a client-specific error message.
public StructurizrClientException(string message)
Parameters
messagestringThe error message.
StructurizrClientException(string, Exception)
Initializes an exception with a client-specific error message and the originating exception.
public StructurizrClientException(string message, Exception innerException)