KeyVaultError 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
KeyVaultError() |
Initializes a new instance of the KeyVaultError class. |
KeyVaultError(Error) |
Initializes a new instance of the KeyVaultError class. |
KeyVaultError()
- Source:
- KeyVaultError.cs
Initializes a new instance of the KeyVaultError class.
public KeyVaultError ();
Public Sub New ()
Applies to
KeyVaultError(Error)
- Source:
- KeyVaultError.cs
Initializes a new instance of the KeyVaultError class.
public KeyVaultError (Microsoft.Azure.KeyVault.Models.Error error = default);
new Microsoft.Azure.KeyVault.Models.KeyVaultError : Microsoft.Azure.KeyVault.Models.Error -> Microsoft.Azure.KeyVault.Models.KeyVaultError
Public Sub New (Optional error As Error = Nothing)
Parameters
- error
- Error
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET