Creates a new FatalException 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 FatalException(string message, Exception ie)
message The message for this FatalException.
ie The exception that caused this FatalException.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |