Table of Contents

Class PlatformApiException

Namespace
Yubico.PlatformInterop
Assembly
Yubico.Core.dll
[Serializable]
public class PlatformApiException : Exception
Inheritance
object
Exception
PlatformApiException

Constructors

PlatformApiException()

public PlatformApiException()

PlatformApiException(SerializationInfo, StreamingContext)

protected PlatformApiException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PlatformApiException(string)

public PlatformApiException(string message)

Parameters

message string

PlatformApiException(string, Exception)

public PlatformApiException(string message, Exception innerException)

Parameters

message string
innerException Exception

PlatformApiException(string, int, string)

public PlatformApiException(string source, int errorCode, string message)

Parameters

source string
errorCode int
message string