OdataErrorException 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
OdataErrorException() | |
OdataErrorException(String) | |
OdataErrorException(String, Exception) |
OdataErrorException()
public OdataErrorException ();
Public Sub New ()
Applies to
OdataErrorException(String)
public OdataErrorException (string message);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.OdataErrorException : string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.OdataErrorException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
OdataErrorException(String, Exception)
public OdataErrorException (string message, Exception innerException);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.OdataErrorException : string * Exception -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.OdataErrorException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception