C# Class MAPIInspector.Parsers.MissingInformationException

The MissingInformationException is used to define the exception, which are caused by missing context information.
Inheritance: System.Exception
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
ErrorMessage string
Parameters uint[]
RopID ushort

Méthodes publiques

Méthode Description
MissingInformationException ( string message, ushort ropID, uint parameter = null ) : System

Method Details

MissingInformationException() public méthode

public MissingInformationException ( string message, ushort ropID, uint parameter = null ) : System
message string
ropID ushort
parameter uint
Résultat System

Property Details

ErrorMessage public_oe property

public string ErrorMessage
Résultat string

Parameters public_oe property

public uint[] Parameters
Résultat uint[]

RopID public_oe property

public ushort RopID
Résultat ushort