MalformedYubiKeyResponseException Constructor
MalformedYubiKeyResponseException()
Initializes a new instance of the MalformedYubiKeyResponseException class.
C#
public MalformedYubiKeyResponseException()
MalformedYubiKeyResponseException(String)
Initializes a new instance of the MalformedYubiKeyResponseException class.
C#
public MalformedYubiKeyResponseException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
MalformedYubiKeyResponseException(String, Exception)
Initializes a new instance of the MalformedYubiKeyResponseException class.
C#
public MalformedYubiKeyResponseException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
System.Exception | innerException | The exception that is the cause of the current exception, or a null reference (langword_csharp_Nothing in Visual Basic) if no inner exception is specified. |
MalformedYubiKeyResponseException(SerializationInfo, StreamingContext)
C#
protected MalformedYubiKeyResponseException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | serializationInfo | |
System.Runtime.Serialization.StreamingContext | streamingContext |