Show / Hide Table of Contents

Class PlatformException

Defines a platform-specific exception.

Inheritance
object
Exception
PlatformException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.dll
Syntax
public class PlatformException : Exception, ISerializable

Constructors

PlatformException()

Initializes a new instance of the PlatformException class.

Declaration
public PlatformException()

PlatformException(string)

Initializes a new instance of the PlatformException class.

Declaration
public PlatformException(string message)
Parameters
Type Name Description
string message

A message explaining the cause for this exception.

Implements

ISerializable
In this article
Back to top Generated by DocFX