AssetBundleGraph.NodeException.NodeException C# (CSharp) Méthode

NodeException() public méthode

public NodeException ( string reason, string nodeId ) : System
reason string
nodeId string
Résultat System
        public NodeException(string reason, string nodeId)
        {
            this.reason = reason;
            this.Id = nodeId;
        }
NodeException