C# Class Microsoft.Scripting.Hosting.ExceptionOperations

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
FormatException ( Exception exception ) : string
FormatException ( ObjectHandle exception ) : string
GetExceptionMessage ( Exception exception, string &message, string &errorTypeName ) : void
GetExceptionMessage ( ObjectHandle exception, string &message, string &errorTypeName ) : void
GetStackFrames ( Exception exception ) : IList
GetStackFrames ( ObjectHandle exception ) : IList
HandleException ( Exception exception ) : bool
HandleException ( ObjectHandle exception ) : bool
InitializeLifetimeService ( ) : object

Private Methods

Méthode Description
ExceptionOperations ( LanguageContext context ) : System

Method Details

FormatException() public méthode

public FormatException ( Exception exception ) : string
exception System.Exception
Résultat string

FormatException() public méthode

public FormatException ( ObjectHandle exception ) : string
exception System.Runtime.Remoting.ObjectHandle
Résultat string

GetExceptionMessage() public méthode

public GetExceptionMessage ( Exception exception, string &message, string &errorTypeName ) : void
exception System.Exception
message string
errorTypeName string
Résultat void

GetExceptionMessage() public méthode

public GetExceptionMessage ( ObjectHandle exception, string &message, string &errorTypeName ) : void
exception System.Runtime.Remoting.ObjectHandle
message string
errorTypeName string
Résultat void

GetStackFrames() public méthode

public GetStackFrames ( Exception exception ) : IList
exception System.Exception
Résultat IList

GetStackFrames() public méthode

public GetStackFrames ( ObjectHandle exception ) : IList
exception System.Runtime.Remoting.ObjectHandle
Résultat IList

HandleException() public méthode

public HandleException ( Exception exception ) : bool
exception System.Exception
Résultat bool

HandleException() public méthode

public HandleException ( ObjectHandle exception ) : bool
exception System.Runtime.Remoting.ObjectHandle
Résultat bool

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object