Table of Contents

Constructor MillraceStorageException

Namespace
Millrace.Storage
Assembly
Millrace.dll

MillraceStorageException(string)

Creates the exception with a message describing the violation.

public MillraceStorageException(string message)

Parameters

message string

MillraceStorageException(string, Exception)

Creates the exception wrapping the underlying provider error.

public MillraceStorageException(string message, Exception innerException)

Parameters

message string
innerException Exception