SchemaUpdateException(String, Exception)

Initialises a new instance of the SchemaUpdateException class with an indicated error message.

Parameter

message

Type: System.String

The parameter is to contain the description of the error and should be comprehensible for a person. The caller of the constructor must ensure that the string has been localised for the current system culture.

baseException

Type: System.Exception

This parameter is the original exception. This exception provides more detailed information on the failure of the schema update.