C# Class libsignalservice.crypto.InvalidCiphertextException

Inheritance: Exception
显示文件 Open project: signal-csharp/libsignal-service-dotnet

Public Methods

Method Description
InvalidCiphertextException ( Exception nested ) : System
InvalidCiphertextException ( string s ) : System

Method Details

InvalidCiphertextException() public method

public InvalidCiphertextException ( Exception nested ) : System
nested Exception
return System

InvalidCiphertextException() public method

public InvalidCiphertextException ( string s ) : System
s string
return System