PEFileException

open class PEFileException(message: String, cause: Throwable? = null) : CommonFileException(source)

Represents an exception occurring during PE file processing.

Parameters

message

the detailed message describing the error

cause

the underlying reason for the exception

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?