Creates a new ScriptExecutionException with the given message and containing the given inner exception that caused this one.
Public Sub New(ByVal message As String, ByVal ie As Exception)
public ScriptExecutionException(string message, Exception ie)
message The message for this ScriptExecutionException.
ie The exception that caused this ScriptExecutionException.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |