C# Class OpenSshKey.Parser.OpenSshKeyParseException

Inheritance: Exception
显示文件 Open project: bhalbright/openssh-key-parser

Public Methods

Method Description
OpenSshKeyParseException ( string message ) : System
OpenSshKeyParseException ( string message, Exception inner ) : System

Method Details

OpenSshKeyParseException() public method

public OpenSshKeyParseException ( string message ) : System
message string
return System

OpenSshKeyParseException() public method

public OpenSshKeyParseException ( string message, Exception inner ) : System
message string
inner Exception
return System