C# Class Inazuma.PetitClr.Core.ThrowHelper

Afficher le fichier Open project: mayuki/Inazuma

Méthodes publiques

Свойство Type Description
NotImplementedByDesign System.NotImplementedException
NotImplementedYet System.NotImplementedException

Méthodes publiques

Méthode Description
ComPlusThrow ( Exception exception ) : void
VerificationError ( string message ) : void

Method Details

ComPlusThrow() public static méthode

public static ComPlusThrow ( Exception exception ) : void
exception System.Exception
Résultat void

VerificationError() public static méthode

public static VerificationError ( string message ) : void
message string
Résultat void

Property Details

NotImplementedByDesign public_oe static_oe property

public static NotImplementedException,System NotImplementedByDesign
Résultat System.NotImplementedException

NotImplementedYet public_oe static_oe property

public static NotImplementedException,System NotImplementedYet
Résultat System.NotImplementedException