Class CorException
[Serializable]
public class CorException : Exception, ISerializable, _Exception
- Inheritance
-
CorException
- Implements
Constructors
- CorException()
Initializes a new instance of the CorException.
- CorException(SerializationInfo, StreamingContext)
Initializes a new instance of the CorException class with serialized data.
- CorException(string)
Initializes a new instance of the CorException with the specified error message.
- CorException(string, Exception)
Initializes a new instance of the CorException with the specified error message and inner Exception.