C# Class Cyotek.Data.Nbt.TagException

Inheritance: System.Exception
ファイルを表示 Open project: cyotek/Cyotek.Data.Nbt

Public Methods

Method Description
TagException ( ) : System
TagException ( string message ) : System
TagException ( string message, Exception innerException ) : System

Method Details

TagException() public method

public TagException ( ) : System
return System

TagException() public method

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

TagException() public method

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