C# Class Horde3DNET.LibraryIncompatibleException

Inheritance: System.Exception
Mostra file Open project: mgottschlag/horde3d

Public Methods

Method Description
LibraryIncompatibleException ( ) : System
LibraryIncompatibleException ( string message ) : System
LibraryIncompatibleException ( string message, Exception e ) : System

Protected Methods

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

Method Details

LibraryIncompatibleException() public method

public LibraryIncompatibleException ( ) : System
return System

LibraryIncompatibleException() protected method

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

LibraryIncompatibleException() public method

public LibraryIncompatibleException ( string message ) : System
message string
return System

LibraryIncompatibleException() public method

public LibraryIncompatibleException ( string message, Exception e ) : System
message string
e System.Exception
return System