RuntimeException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| RuntimeException() | |
| RuntimeException(String) | |
| RuntimeException(String, Exception) |
RuntimeException()
public:
RuntimeException();
public RuntimeException ();
Public Sub New ()
Applies to
RuntimeException(String)
public:
RuntimeException(System::String ^ message);
public RuntimeException (string message);
new Microsoft.BizTalk.CrossReferencing.RuntimeException : string -> Microsoft.BizTalk.CrossReferencing.RuntimeException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
RuntimeException(String, Exception)
public:
RuntimeException(System::String ^ message, Exception ^ innerException);
public RuntimeException (string message, Exception innerException);
new Microsoft.BizTalk.CrossReferencing.RuntimeException : string * Exception -> Microsoft.BizTalk.CrossReferencing.RuntimeException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception