C# Класс DynamicJson.AspDateTimeException

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

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

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

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

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

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

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

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

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

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

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

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

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

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