C# Class Apex.System.TypeException

Inheritance: Apex.System.Exception
Datei anzeigen Open project: jayonsoftware/apexsharp

Public Methods

Method Description
TypeException ( )
TypeException ( Apex.System.Exception param1 )
TypeException ( string param1 )
TypeException ( string param1, Apex.System.Exception param2 )
getCause ( ) : Apex.System.Exception
getLineNumber ( ) : int
getMessage ( ) : string
getStackTraceString ( ) : string
getTypeName ( ) : string
initCause ( Apex.System.Exception cause ) : void
setMessage ( string message ) : void

Method Details

TypeException() public method

public TypeException ( )

TypeException() public method

public TypeException ( Apex.System.Exception param1 )
param1 Apex.System.Exception

TypeException() public method

public TypeException ( string param1 )
param1 string

TypeException() public method

public TypeException ( string param1, Apex.System.Exception param2 )
param1 string
param2 Apex.System.Exception

getCause() public method

public getCause ( ) : Apex.System.Exception
return Apex.System.Exception

getLineNumber() public method

public getLineNumber ( ) : int
return int

getMessage() public method

public getMessage ( ) : string
return string

getStackTraceString() public method

public getStackTraceString ( ) : string
return string

getTypeName() public method

public getTypeName ( ) : string
return string

initCause() public method

public initCause ( Apex.System.Exception cause ) : void
cause Apex.System.Exception
return void

setMessage() public method

public setMessage ( string message ) : void
message string
return void