CisApiError 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
CisApiError() |
Initializes a new instance of the CisApiError class. |
CisApiError(String, String) |
Initializes a new instance of the CisApiError class with required arguments. |
CisApiError()
Initializes a new instance of the CisApiError class.
public CisApiError ();
Public Sub New ()
Applies to
CisApiError(String, String)
Initializes a new instance of the CisApiError class with required arguments.
public CisApiError (string code, string message);
new Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError : string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError
Public Sub New (code As String, message As String)
Parameters
- code
- String
- message
- String