PERWAPI.TryBlock.TryBlock C# (CSharp) Méthode

TryBlock() public méthode

Create a new try block
public TryBlock ( CILLabel start, CILLabel end ) : System
start CILLabel start label for the try block
end CILLabel end label for the try block
Résultat System
        public TryBlock(CILLabel start, CILLabel end)
            : base(start,end)
        {
        }