Class NoTabException
[Serializable]
public class NoTabException : FormatException, ISerializable
- Inheritance
-
NoTabException
- Implements
- Inherited Members
Constructors
NoTabException()
public NoTabException()
NoTabException(SerializationInfo, StreamingContext)
public NoTabException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfoSerializationInfostreamingContextStreamingContext
NoTabException(string)
public NoTabException(string modID)
Parameters
modIDstring
NoTabException(string, Exception)
public NoTabException(string message, Exception innerException)