Class SnowflakeException
Inherited Members
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Snowflake.dll
Syntax
public class SnowflakeException : FluentMigratorException, ISerializable, _Exception
Constructors
SnowflakeException(string, Exception)
Initializes a new instance of the FluentMigratorException class.
Declaration
public SnowflakeException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message |
| Exception | innerException | The inner exception |