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