JsonWebKeyVerificationException 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
JsonWebKeyVerificationException(String) | |
JsonWebKeyVerificationException(String, Exception) |
JsonWebKeyVerificationException(String)
public JsonWebKeyVerificationException (string message);
new Microsoft.Azure.KeyVault.WebKey.JsonWebKeyVerificationException : string -> Microsoft.Azure.KeyVault.WebKey.JsonWebKeyVerificationException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
JsonWebKeyVerificationException(String, Exception)
public JsonWebKeyVerificationException (string message, Exception inner);
new Microsoft.Azure.KeyVault.WebKey.JsonWebKeyVerificationException : string * Exception -> Microsoft.Azure.KeyVault.WebKey.JsonWebKeyVerificationException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
- inner
- Exception
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