TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.ADMIN.AdminException Class Reference

This is the general admin exception used when an error occurs with a call to the server. More...

Inheritance diagram for TIBCO.EMS.ADMIN.AdminException:
TIBCO.EMS.ADMIN.AdminInvalidNameException TIBCO.EMS.ADMIN.AdminNameExistsException TIBCO.EMS.ADMIN.AdminSecurityException

Public Member Functions

void printStackTrace ()
 Prints stack trace of this exception and of the internal exception if it is set. More...
 
void printStackTrace (System.IO.StreamWriter s)
 Prints stack trace of this exception and of the internal exception if it is set. More...
 
override string ToString ()
 Generate a string representation of this AdminException. More...
 

Detailed Description

This is the general admin exception used when an error occurs with a call to the server.

Member Function Documentation

void TIBCO.EMS.ADMIN.AdminException.printStackTrace ( )
inline

Prints stack trace of this exception and of the internal exception if it is set.

void TIBCO.EMS.ADMIN.AdminException.printStackTrace ( System.IO.StreamWriter  s)
inline

Prints stack trace of this exception and of the internal exception if it is set.

Parameters
sthe PrintWriter object to print to.
override string TIBCO.EMS.ADMIN.AdminException.ToString ( )
inline

Generate a string representation of this AdminException.

Returns
a string representation of this AdminException.

Copyright © TIBCO Software Inc. All rights reserved.