C# Class Fusion.Core.Content.ContentException

Inheritance: System.Exception
Exibir arquivo Open project: demiurghg/FusionEngine

Public Methods

Method Description
ContentException ( ) : System
ContentException ( string message ) : System
ContentException ( string message, Exception inner ) : System

Method Details

ContentException() public method

public ContentException ( ) : System
return System

ContentException() public method

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

ContentException() public method

public ContentException ( string message, Exception inner ) : System
message string
inner System.Exception
return System