Overview

Thrown when a cast fails.

Location

Properties


var Message: String { get{} }

Instance Methods


constructor Cooper


constructor(aFormat: String; params aParams: array of Object)
InvalidCastException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
InvalidCastException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor (String) Cooper

constructor(aMessage: String)
InvalidCastException(String aMessage)
InvalidCastException(String aMessage)
Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor withError(NSError): InstanceType    (declared in RTLException) Toffee

init(error aError: NSError)

Parameters:

  • aError: