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
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.