RdbException 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
| RdbException() | |
| RdbException(String) |
RdbException()
public:
RdbException();
public RdbException ();
Public Sub New ()
Applies to
RdbException(String)
public:
RdbException(System::String ^ message);
public RdbException (string message);
new Microsoft.HostIntegration.Drda.Common.RdbException : string -> Microsoft.HostIntegration.Drda.Common.RdbException
Public Sub New (message As String)
Parameters
- message
- String