Class UnsupportedRuntimeException
An exception used to indicate when a method is unavailable on a specific runtime.
Inheritance
System.Object
System.Exception
UnsupportedRuntimeException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
Namespace: GDX
Syntax
public class UnsupportedRuntimeException : Exception, ISerializable
Constructors
| Improve this Doc View SourceUnsupportedRuntimeException()
Declaration
public UnsupportedRuntimeException()
UnsupportedRuntimeException(String)
Declaration
public UnsupportedRuntimeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
UnsupportedRuntimeException(String, Exception)
Declaration
public UnsupportedRuntimeException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |
Implements
System.Runtime.Serialization.ISerializable