RuntimeException Constructor
Include Protected Members
Include Inherited Members
Constructs a new instance of the class by using various options.
Overload List
Name | Description | |
---|---|---|
RuntimeException() | Constructs a new instance of the class. | |
RuntimeException(String) | Constructs a new instance of the class with a message string. | |
RuntimeException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
RuntimeException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. |
Top