Method | Description | |
---|---|---|
SqlScriptExecutionException ( ) : System |
Initializes a new instance of the SqlScriptExecutionException class.
|
|
SqlScriptExecutionException ( string message ) : System |
Initializes a new instance of the SqlScriptExecutionException class.
|
|
SqlScriptExecutionException ( string message, |
Initializes a new instance of the SqlScriptExecutionException class.
|
|
SqlScriptExecutionException ( string message, System.Script script, int returnValue ) : System |
Initializes a new instance of the SqlScriptExecutionException class.
|
|
SqlScriptExecutionException ( string message, System.Script script, int returnValue, |
Initializes a new instance of the SqlScriptExecutionException class.
|
Method | Description | |
---|---|---|
ISerializable ( |
When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.
|
|
SqlScriptExecutionException ( |
public SqlScriptExecutionException ( ) : System | ||
return | System |
public SqlScriptExecutionException ( string message ) : System | ||
message | string | The message. |
return | System |
public SqlScriptExecutionException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |
public SqlScriptExecutionException ( string message, System.Script script, int returnValue ) : System | ||
message | string | The message. |
script | System.Script | The script. |
returnValue | int | The return value. |
return | System |
public SqlScriptExecutionException ( string message, System.Script script, int returnValue, |
||
message | string | The message. |
script | System.Script | The script. |
returnValue | int | The return value. |
innerException | The inner exception. | |
return | System |