C# Class PlasticSCM.Internals.ExceptionUtils

ファイルを表示 Open project: powercode/PSPlastic

Public Methods

Method Description
NewArgumentException ( string encoding ) : Exception
NewInvalidOperationException ( ) : Exception

Method Details

NewArgumentException() public static method

public static NewArgumentException ( string encoding ) : Exception
encoding string
return System.Exception

NewInvalidOperationException() public static method

public static NewInvalidOperationException ( ) : Exception
return System.Exception