C# Class IronPython.Runtime.Exceptions.OSException

Inheritance: EnvironmentException, IPythonAwareException
Exibir arquivo Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

OSException() public method

public OSException ( ) : System
return System

OSException() protected method

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

OSException() public method

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

OSException() public method

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