C# Class Artemis.Engine.Utilities.UriTree.UriTreeException

Inheritance: System.Exception
ファイルを表示 Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method Description
UriTreeException ( ) : System
UriTreeException ( SerializationInfo info, StreamingContext context ) : System
UriTreeException ( string msg ) : System
UriTreeException ( string msg, Exception inner ) : System

Method Details

UriTreeException() public method

public UriTreeException ( ) : System
return System

UriTreeException() public method

public UriTreeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

UriTreeException() public method

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

UriTreeException() public method

public UriTreeException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System