SharpCvsLib

EntryNotFoundException Constructor (String)

Constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public EntryNotFoundException(
   string message
);

Parameters

message
Additional information to pass on in the exception.

See Also

EntryNotFoundException Class | ICSharpCode.SharpCvsLib.Exceptions Namespace | EntryNotFoundException Constructor Overload List