C# Класс Mono.CSharp.InternalErrorException

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

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

Метод Описание
InternalErrorException ( ) : System
InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
InternalErrorException ( Exception exception, string message ) : System
InternalErrorException ( MemberCore mc, Exception e ) : System
InternalErrorException ( string message ) : System

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

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

public InternalErrorException ( ) : System
Результат System

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

public InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
e System.Exception
loc Mono.CSharp.Location
Результат System

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

public InternalErrorException ( Exception exception, string message ) : System
exception System.Exception
message string
Результат System

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

public InternalErrorException ( MemberCore mc, Exception e ) : System
mc MemberCore
e System.Exception
Результат System

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

public InternalErrorException ( string message ) : System
message string
Результат System