public ServerException( ) Member of iAnywhere.MobiLink.Script.ServerException
Constructs a ServerException with no detail message.
public ServerException( string message ) Member of iAnywhere.MobiLink.Script.ServerException
Creates a new ServerException with the given message.
message The message for this ServerException.
public ServerException( string message, SystemException ie ) Member of iAnywhere.MobiLink.Script.ServerException
Creates a new ServerException with the given message and containing the given inner exception that caused this one.
message The message for this ServerException.
ie The exception that caused this ServerException.
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |