SharpCvsLib

ExecuteShellException Constructor 

Constructor, takes the shell command to help trace the source of the exception.

[Visual Basic]
Public Sub New( _
   ByVal shell As String _
)
[C#]
public ExecuteShellException(
   string shell
);

Parameters

shell
Missing <param> documentation for shell

See Also

ExecuteShellException Class | ICSharpCode.SharpCvsLib.Exceptions Namespace