Show / Hide Table of Contents

    Class Throw

    Contains an instance of an extensible class that can be supplemented with static helper methods by using the extension mechanism. These methods throw exceptions.

    Содержит экземпляр расширяемого класса, который можно дополнять статическими вспомогательными методами путём использования механизма расширений. Эти методы занимаются выбрасыванием исключений.

    Inheritance
    Object
    Throw
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Exceptions
    Assembly: Platform.Exceptions.dll
    Syntax
    public static class Throw

    Fields

    | Improve this Doc View Source

    A

    Gets an instance of the extension root class that contains helper methods for throwing exceptions.

    Возвращает экземпляр класса корня-расширения, который содержит вспомогательные методы для выбрасывания исключений.

    Declaration
    public static readonly ThrowExtensionRoot A
    Field Value
    Type Description
    ThrowExtensionRoot
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX