C# Class Microsoft.Scripting.Hosting.ExceptionOperations

Inheritance: System.MarshalByRefObject
Mostra file Open project: jschementi/iron Class Usage Examples

Public Methods

Method 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

Method Description
ExceptionOperations ( LanguageContext context ) : System

Method Details

FormatException() public method

public FormatException ( Exception exception ) : string
exception System.Exception
return string

FormatException() public method

public FormatException ( ObjectHandle exception ) : string
exception System.Runtime.Remoting.ObjectHandle
return string

GetExceptionMessage() public method

public GetExceptionMessage ( Exception exception, string &message, string &errorTypeName ) : void
exception System.Exception
message string
errorTypeName string
return void

GetExceptionMessage() public method

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

GetStackFrames() public method

public GetStackFrames ( Exception exception ) : IList
exception System.Exception
return IList

GetStackFrames() public method

public GetStackFrames ( ObjectHandle exception ) : IList
exception System.Runtime.Remoting.ObjectHandle
return IList

HandleException() public method

public HandleException ( Exception exception ) : bool
exception System.Exception
return bool

HandleException() public method

public HandleException ( ObjectHandle exception ) : bool
exception System.Runtime.Remoting.ObjectHandle
return bool

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object