C# Класс Apex.System.TypeException

Наследование: Apex.System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

TypeException() публичный Метод

public TypeException ( )

TypeException() публичный Метод

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

TypeException() публичный Метод

public TypeException ( string param1 )
param1 string

TypeException() публичный Метод

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

getCause() публичный Метод

public getCause ( ) : Apex.System.Exception
Результат Apex.System.Exception

getLineNumber() публичный Метод

public getLineNumber ( ) : int
Результат int

getMessage() публичный Метод

public getMessage ( ) : string
Результат string

getStackTraceString() публичный Метод

public getStackTraceString ( ) : string
Результат string

getTypeName() публичный Метод

public getTypeName ( ) : string
Результат string

initCause() публичный Метод

public initCause ( Apex.System.Exception cause ) : void
cause Apex.System.Exception
Результат void

setMessage() публичный Метод

public setMessage ( string message ) : void
message string
Результат void