C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemGenerationException

Inheritance: Exception
Show file Open project: yangxuan0261/UnityShaderLab

Public Methods

Method Description
PemGenerationException ( ) : System
PemGenerationException ( string message ) : System
PemGenerationException ( string message, Exception exception ) : System

Method Details

PemGenerationException() public method

public PemGenerationException ( ) : System
return System

PemGenerationException() public method

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

PemGenerationException() public method

public PemGenerationException ( string message, Exception exception ) : System
message string
exception Exception
return System