C# Class IronPython.Runtime.Exceptions.UnicodeWarningException

Inheritance: WarningException, IPythonAwareException
ファイルを表示 Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

UnicodeWarningException() public method

public UnicodeWarningException ( ) : System
return System

UnicodeWarningException() protected method

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

UnicodeWarningException() public method

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

UnicodeWarningException() public method

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