Show / Hide Table of Contents

Class AuditConfigurationException

Raised if their was an error in the configuration of an auditor

Inheritance
System.Object
AuditConfigurationException
Namespace: AzureFromTheTrenches.Commanding
Assembly: AzureFromTheTrenches.Commanding.dll
Syntax
public class AuditConfigurationException : Exception

Constructors

| Improve this Doc View Source

AuditConfigurationException()

Declaration
public AuditConfigurationException()
| Improve this Doc View Source

AuditConfigurationException(String)

Declaration
public AuditConfigurationException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

AuditConfigurationException(String, Exception)

Declaration
public AuditConfigurationException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall