Minecraftchest1
Documentation for different libraries I have created.
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
Minecraftchest1.Utils.InputErrorException Class Reference
Inheritance diagram for Minecraftchest1.Utils.InputErrorException:

Public Member Functions

 InputErrorException (string message)
 
 InputErrorException (string message, Exception inner)
 

Public Attributes

string Input
 

Protected Member Functions

 InputErrorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 

Detailed Description

Definition at line 8 of file Exceptions.cs.

Constructor & Destructor Documentation

◆ InputErrorException() [1/4]

Minecraftchest1.Utils.InputErrorException.InputErrorException ( )
inline

Definition at line 10 of file Exceptions.cs.

◆ InputErrorException() [2/4]

Minecraftchest1.Utils.InputErrorException.InputErrorException ( string  message)
inline

Definition at line 11 of file Exceptions.cs.

◆ InputErrorException() [3/4]

Minecraftchest1.Utils.InputErrorException.InputErrorException ( string  message,
Exception  inner 
)
inline

Definition at line 12 of file Exceptions.cs.

◆ InputErrorException() [4/4]

Minecraftchest1.Utils.InputErrorException.InputErrorException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inlineprotected

Definition at line 13 of file Exceptions.cs.

Member Data Documentation

◆ Input

string Minecraftchest1.Utils.InputErrorException.Input

Definition at line 17 of file Exceptions.cs.


The documentation for this class was generated from the following file: