C# Класс Core.Framework.MEF.Throw.Throw

Показать файл Открыть проект

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

Метод Описание
ConfigurationErrors ( String message, Exception>.Func modifier = null ) : void

Throws a ConfigurationErrorsException with the specified message.

InvalidOperation ( String message, Exception>.Func modifier = null ) : void

Throws a InvalidOperationException with the specified message.

NotSupported ( String message, Exception>.Func modifier = null ) : void

Throws a NotSupportedException with the specified message.

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

Метод Описание
IfArgumentNull ( object argument, String argumentName, Exception>.Func modifier = null ) : void
IfArgumentNullOrEmpty ( String argument, String argumentName, Exception>.Func modifier = null ) : void
ThrowInternal ( Exception exception, Exception>.Func modifier = null ) : void

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

ConfigurationErrors() публичный статический Метод

Throws a ConfigurationErrorsException with the specified message.
public static ConfigurationErrors ( String message, Exception>.Func modifier = null ) : void
message String The message to throw.
modifier Exception>.Func A modifier delegate used to modify the exception before being thrown.
Результат void

InvalidOperation() публичный статический Метод

Throws a InvalidOperationException with the specified message.
public static InvalidOperation ( String message, Exception>.Func modifier = null ) : void
message String The message to throw.
modifier Exception>.Func A modifier delegate used to modify the exception before being thrown.
Результат void

NotSupported() публичный статический Метод

Throws a NotSupportedException with the specified message.
public static NotSupported ( String message, Exception>.Func modifier = null ) : void
message String The message to throw.
modifier Exception>.Func A modifier delegate used to modify the exception before being thrown.
Результат void