메소드 | 설명 | |
---|---|---|
ConfigurationErrors ( String message, Exception>.Func |
Throws a ConfigurationErrorsException with the specified message.
|
|
InvalidOperation ( String message, Exception>.Func |
Throws a InvalidOperationException with the specified message.
|
|
NotSupported ( String message, Exception>.Func |
Throws a NotSupportedException with the specified message.
|
메소드 | 설명 | |
---|---|---|
IfArgumentNull ( object argument, String argumentName, Exception>.Func |
||
IfArgumentNullOrEmpty ( String argument, String argumentName, Exception>.Func |
||
ThrowInternal ( |
public static ConfigurationErrors ( String message, Exception>.Func |
||
message | String | The message to throw. |
modifier | Exception>.Func | A modifier delegate used to modify the exception before being thrown. |
리턴 | void |
public static InvalidOperation ( String message, Exception>.Func |
||
message | String | The message to throw. |
modifier | Exception>.Func | A modifier delegate used to modify the exception before being thrown. |
리턴 | void |
public static NotSupported ( String message, Exception>.Func |
||
message | String | The message to throw. |
modifier | Exception>.Func | A modifier delegate used to modify the exception before being thrown. |
리턴 | void |