C# Класс ExpressionToCodeLib.Internal.AssertFailedException

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

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

Метод Описание
AssertFailedException ( SerializationInfo info, StreamingContext context ) : System
AssertFailedException ( string message ) : System
AssertFailedException ( string message, Exception inner ) : System

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

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

public AssertFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

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

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

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