C# Класс Cilador.Fody.Core.WeavingException

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

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

Метод Описание
WeavingException ( ) : System

Creates a new WeavingException

WeavingException ( string message ) : System

Creates a new WeavingException with the given message

WeavingException ( string message, Exception innerException ) : System

Creates a new WeavingException with the given message and inner exception

Приватные методы

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

Deserializes a WeavingException

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

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

Creates a new WeavingException
public WeavingException ( ) : System
Результат System

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

Creates a new WeavingException with the given message
public WeavingException ( string message ) : System
message string Error message for display to the user
Результат System

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

Creates a new WeavingException with the given message and inner exception
public WeavingException ( string message, Exception innerException ) : System
message string Error message for display to the user
innerException System.Exception Original cause of the exception
Результат System