C# Class IronPython.Runtime.Exceptions.ImportException

Inheritance: System.Exception, IPythonAwareException
Show file Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

Method Description
ImportException ( ) : System
ImportException ( string msg ) : System
ImportException ( string message, Exception innerException ) : System

Protected Methods

Method Description
ImportException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ImportException() public method

public ImportException ( ) : System
return System

ImportException() protected method

protected ImportException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ImportException() public method

public ImportException ( string msg ) : System
msg string
return System

ImportException() public method

public ImportException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System