Xecrets.Slip39.Slip39Exception.md

May 26, 2026 · View on GitHub

Xecrets.Slip39

Xecrets.Slip39

Slip39Exception Class

Creates an exception for catcheable Slip39 errors. This will only be thrown when the error is due to incorrect input data, not due to an internal error or programming errors et.

public class Slip39Exception : System.Exception

Inheritance System.ObjectSystem.Exception → Slip39Exception

Constructors

Slip39Exception(ErrorCode, string) Constructor

Creates an exception for catcheable Slip39 errors. This will only be thrown when the error is due to incorrect input data, not due to an internal error or programming errors et.

public Slip39Exception(Xecrets.Slip39.ErrorCode errorCode, string message);

Parameters

errorCode ErrorCode

The error code associated with the error.

message System.String

The message associated with the error.

Properties

Slip39Exception.ErrorCode Property

The error code associated with the error.

public Xecrets.Slip39.ErrorCode ErrorCode { get; }

Property Value

ErrorCode