C# Класс UnityEngine.NUnit.Framework.InconclusiveException

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

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

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

Защищенные методы

Метод Описание
InconclusiveException ( System info, System context ) : System

Serialization Constructor

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

InconclusiveException() защищенный Метод

Serialization Constructor
protected InconclusiveException ( System info, System context ) : System
info System
context System
Результат System

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

public InconclusiveException ( string message ) : System
message string The error message that explains /// the reason for the exception
Результат System

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

public InconclusiveException ( string message, Exception inner ) : System
message string The error message that explains /// the reason for the exception
inner System.Exception The exception that caused the /// current exception
Результат System