C# Class Inazuma.PetitClr.Core.ThrowHelper

Mostrar archivo Open project: mayuki/Inazuma

Public Properties

Property Type Description
NotImplementedByDesign System.NotImplementedException
NotImplementedYet System.NotImplementedException

Public Methods

Method Description
ComPlusThrow ( Exception exception ) : void
VerificationError ( string message ) : void

Method Details

ComPlusThrow() public static method

public static ComPlusThrow ( Exception exception ) : void
exception System.Exception
return void

VerificationError() public static method

public static VerificationError ( string message ) : void
message string
return void

Property Details

NotImplementedByDesign public_oe static_oe property

public static NotImplementedException,System NotImplementedByDesign
return System.NotImplementedException

NotImplementedYet public_oe static_oe property

public static NotImplementedException,System NotImplementedYet
return System.NotImplementedException