C# Class IronPython.Runtime.Exceptions.UnicodeTranslateException

Inheritance: UnicodeException, IPythonAwareException
Show file Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

UnicodeTranslateException() public method

public UnicodeTranslateException ( ) : System
return System

UnicodeTranslateException() protected method

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

UnicodeTranslateException() public method

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

UnicodeTranslateException() public method

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