Search Results for

    Show / Hide Table of Contents

    Class TransformError

    Inheritance
    Object
    TransformError
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class TransformError

    Constructors

    TransformError(String, Boolean, Exception, Object, Object)

    Declaration
    public TransformError(string msg, bool isWarning, Exception exception, object inputElement, object displayTag)
    Parameters
    Type Name Description
    String msg
    Boolean isWarning
    Exception exception
    Object inputElement
    Object displayTag

    Fields

    DisplayTag

    Declaration
    public readonly object DisplayTag
    Field Value
    Type Description
    Object

    exception

    Declaration
    public readonly Exception exception
    Field Value
    Type Description
    Exception

    InputElement

    Declaration
    public readonly object InputElement
    Field Value
    Type Description
    Object

    IsWarning

    Declaration
    public readonly bool IsWarning
    Field Value
    Type Description
    Boolean

    maxElementStringLength

    Declaration
    public const int maxElementStringLength = 1000
    Field Value
    Type Description
    Int32

    Properties

    ErrorText

    Declaration
    public string ErrorText { get; }
    Property Value
    Type Description
    String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.