Exception Constructor
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
Exception Class
Exception Constructor
Exception Constructor
Exception Constructor (String)
Exception Constructor (Seriali ...
Exception Constructor (String, ...
Exception Class
Exception Members
Exception Constructor
Exception Methods
Exception Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Exception Constructor
Initializes a new instance of the
Exception
class.
Overload List
Name
Description
Exception
()
()
()
Initializes a new instance of the
Exception
class.
Exception(String)
Initializes a new instance of the
Exception
class with a specified error message.
Exception(SerializationInfo, StreamingContext)
Initializes a new instance of the
Exception
class with serialized data.
Exception(String, Exception)
Initializes a new instance of the
Exception
class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also
Reference
Exception Class
Exception Members
System Namespace
Tags :