C# Класс openXDA.ExtensibleDisturbanceAnalysisEngine.FileSkippedException

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

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

Метод Описание
FileSkippedException ( ) : System
FileSkippedException ( string message ) : System
FileSkippedException ( string message, Exception innerException ) : System

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

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

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

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

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

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

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