Constructor MillraceStorageException
MillraceStorageException(string)
Creates the exception with a message describing the violation.
public MillraceStorageException(string message)
Parameters
messagestring
MillraceStorageException(string, Exception)
Creates the exception wrapping the underlying provider error.
public MillraceStorageException(string message, Exception innerException)