Table of Contents

Class StructurizrClientException

Namespace
C4.Net.Api
Assembly
C4.Net.Client.dll

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

message string

The error message.

StructurizrClientException(string, Exception)

Initializes an exception with a client-specific error message and the originating exception.

public StructurizrClientException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused this failure.