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

Create() public method

public Create ( ) : void
return void
        public void Create()
        {
            throw new Exception();
        }