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