C# Class Cyotek.Data.Nbt.TagException

Inheritance: System.Exception
Afficher le fichier Open project: cyotek/Cyotek.Data.Nbt

Méthodes publiques

Méthode Description
TagException ( ) : System
TagException ( string message ) : System
TagException ( string message, Exception innerException ) : System

Method Details

TagException() public méthode

public TagException ( ) : System
Résultat System

TagException() public méthode

public TagException ( string message ) : System
message string
Résultat System

TagException() public méthode

public TagException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System