Table of Contents

Class NamingPolicyNotConfigured

Namespace
Cratis.Arc.MongoDB
Assembly
Cratis.Arc.MongoDB.dll

The exception that is thrown when the naming policy for MongoDB has not been configured.

public class NamingPolicyNotConfigured : Exception, ISerializable
Inheritance
NamingPolicyNotConfigured
Implements
Inherited Members

Constructors

NamingPolicyNotConfigured(string)

The exception that is thrown when the naming policy for MongoDB has not been configured.

public NamingPolicyNotConfigured(string message)

Parameters

message string

The additional message of the error.

Methods

ThrowIfNotConfigured(INamingPolicy?)

Throw if not configured.

public static void ThrowIfNotConfigured(INamingPolicy? convention)

Parameters

convention INamingPolicy

The INamingPolicy.

Exceptions

NamingPolicyNotConfigured

Thrown if the resolver is not configured.