C# Class Pomona.ResourceValidationException

Inheritance: PomonaServerException
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
ResourceValidationException ( string message, string memberName, string resourceName, Exception innerException ) : System

Méthodes protégées

Méthode Description
ResourceValidationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ResourceValidationException() protected méthode

protected ResourceValidationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ResourceValidationException() public méthode

public ResourceValidationException ( string message, string memberName, string resourceName, Exception innerException ) : System
message string
memberName string
resourceName string
innerException System.Exception
Résultat System