Class PlatformApiException
- Namespace
- Yubico.PlatformInterop
- Assembly
- Yubico.Core.dll
[Serializable]
public class PlatformApiException : Exception
- Inheritance
-
object
Exception
PlatformApiException
Constructors
public PlatformApiException()
PlatformApiException(SerializationInfo, StreamingContext)
protected PlatformApiException(SerializationInfo info, StreamingContext context)
Parameters
info SerializationInfo
context StreamingContext
public PlatformApiException(string message)
Parameters
message string
public PlatformApiException(string message, Exception innerException)
Parameters
message string
innerException Exception
public PlatformApiException(string source, int errorCode, string message)
Parameters
source string
errorCode int
message string