Class InternalException
Thrown when a general, internal exception occurs
public class InternalException : Exception, ISerializable
- Inheritance
-
InternalException
- Implements
- Inherited Members
Constructors
InternalException()
public InternalException()
InternalException(string)
public InternalException(string message)
Parameters
messagestring
InternalException(string, Exception)
public InternalException(string message, Exception innerException)