CSharpIdentifiers.ControlFlows.Throw.Create2 C# (CSharp) Method

Create2() public method

public Create2 ( ) : void
return void
        public void Create2()
        {
            throw null;
        }