C# Class IronPython.Runtime.Exceptions.BufferException

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

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

BufferException() public method

public BufferException ( ) : System
return System

BufferException() protected method

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

BufferException() public method

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

BufferException() public method

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