W3cubDocs

/Haxe C#

Exception

package cs.system

implements _Exception, ISerializable

extended by SystemException

@:libType@:csNative@:native("System.Exception") Available on cs

Constructor

@:final @:overload new ()

@:final @:overload new (message:String, innerException:Exception)

private @:final @:overload new (info:SerializationInfo, context:StreamingContext)

@:final @:overload new (message:String)

Variables

read only Data:IDictionary

read only InnerException:Exception

read only Message:String

Source:String

read only StackTrace:String

read only TargetSite:MethodBase

Methods

@:overload GetBaseException ():Exception

@:overload GetObjectData (info:SerializationInfo, context:StreamingContext):Void

@:final @:overload GetType ():Type

@:overload ToString ():String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Exception.html