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