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